/*
Theme Name: Theme ERIAC 2017
Theme URI: http://wordpress.org/
Description: Theme du site ERIAC
Author: G.Lebas
Version: 2.0
License: GNU General Public License
License URI: license.txt
Tags: Eriac
*/


/*------------------------------------------------------------
					RESET
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {line-height: 1;}
h1, h2, h3, h4, h5, h6 {clear: both; font-weight: normal;}
ol, ul { list-style: none;}
blockquote { quotes: none;}
blockquote:before, blockquote:after {content: ''; content: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0;}
a img { border: none; }

/* -------------------------------------------------------------- */








/*------------------------------------------------------------
					FONT
-------------------------------------------------------------- */
body{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px ;
color : #000;
line-height: 15px;
}


h2 { 
font-family: Georgia;
font-size: 20px ;
font-weight: 200;
color : #738e96;
margin-bottom:20px;
line-height: 22px;

}


h4 { 
font-family: Georgia;
font-size: 14px ;
font-weight: 200;
color : #738e96;
margin-top:10px;
line-height: 16px;

}


/* -------------------------------------------------------------- */









/*------------------------------------------------------------
					GLOBAL COLOR SIZE MARGES
-------------------------------------------------------------- */

body,input,textarea {
	
}
hr {
	background-color: #aaa;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 15px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.clear {clear:both;}

/* -------------------------------------------------------------- */








/*------------------------------------------------------------
					STRUCTURE GENERALE
-------------------------------------------------------------- */
body { 
 background-color:#EEE;
 background-image:url(images/fond3.png);
 background-repeat:repeat-x;
 background-attachment:fixed;
 

/* background: linear-gradient(to bottom, #a2a2a2, #EEE);*/



 }



#page {
width:1000px; 
margin:10px auto;  
min-height:720px;
background:#FFF; 

}

	
#header {padding:0; width:1000px; height:192px;}

#menu-bottom {height: 30px;  padding-left :20px; padding-right:20px; background-color:#EEE; background-image:url(images/fond-menu.jpg); background-repeat: no; line-height:30px;}
#menu-bottom #fil-ariane { float:left; width:750px; height: 30px;}
#menu-bottom #fil-ariane a { color:#000;}
#menu-bottom #recherche { float:right; width:200px; height: 30px; }
#menu-bottom #recherche button { margin:0px; padding:0px; border:none; background-color:0;}
#menu-bottom #recherche button[type="submit"] { margin:0px; padding:0px; border:none; background-color:0;}
#menu-bottom #recherche input { margin:0px; padding:0px;}
#menu-bottom #recherche button img { vertical-align:middle; background-color:0; margin:0px; padding:0px; }

#main { margin: 5px auto; ; width: 960px; clear: both; overflow: hidden; padding: 20px 0 0 0;  }

#sidebar-gauche {float: left; width: 170px; margin-top:10px; padding:0; }

#sidebar-droite {float: right; width: 180px; margin-top:10px; padding:0;  border-left:1px solid #EEE; }
#sidebar-droite .widget {padding-bottom:20px; border-bottom:1px solid #EEE; padding-left:10px; margin-bottom:20px; margin-top:20px;}

#content { float: left; width: 550px; padding-left:10px; text-align:justify; padding-top:20px;}

#content-full { margin: 0;  width: 100%;}
#content-with-sidebar { margin: 0; float:left; width:660px; margin-left:20px; }

#footer { clear: both; width: 1000px;  margin:0px auto; margin-bottom:10px; text-align:center; margin-top : 10px;}
#footer a {color:#000;}




/* -------------------------------------------------------------- */
















/*------------------------------------------------------------
					HOME
-------------------------------------------------------------- */





#partie-menu-gauche {float : left; width:200px; }

#partie-gauche {float : left; width:560px; }

.presentation { box-shadow: 4px 4px 6px #aaa; padding-bottom:10px; padding : 10px; background-color:#FFF; margin-bottom:35px; border-radius: 5px; }

#partie-droite {float : left;  width:200px;  margin-left : 20px; margin-top:10px;}

.trait{border: 2px solid #5D8295; width:341px; margin-left:-10px;}
.trait2{border: 2px solid #5D8295; width:545px; margin-left:-10px;}


#featured_slider {border: 1px solid #CCC; box-shadow: 4px 4px 6px #aaa;}




#agenda .category-home{ margin-top:10px; margin-bottom:10px; border-bottom : 1px dotted #CCC; font-size:11px; }

#agenda .titre {margin-top:5px;}
#agenda .titre a { font-size:11px;}
#agenda .titre a:before {content : ">> ";}

#agenda .agenda-date {font-size : 16px; float: left;}
#agenda .category {float: right; }
#agenda .category a { list-style: none; text-align:right;  color:#000; text-decoration:none; text-transform:uppercase; border-top: 1px solid #000; border-bottom: 1px solid #000;  }

#agenda .description { margin-left:20px; margin-top:10px; margin-bottom:10px;line-height: 14px;}

/*------------------------------------------------------------
					content-with-sidebar
-------------------------------------------------------------- */


.post .image-post {float:left; width: 105px;}
.post .image-post img {width: 85px;}

.post .description {float:left; width: 445px;}

.post .image-post-publication img {width: 120px; padding : 0px 0px 5px 10px; }





.post-category {   
  padding : 10px; 
}

.post .description .titre {text-align:left; margin-bottom : 0px;}
.post .description .titre a { color:#000; font-size:12px; font-weight: bold; text-decoration:none;}


.post .description .titre2 { text-align:left;}
.post .description .titre2 a {text-transform:uppercase; color :#000; text-align:left;font-weight: bold;}



.post .description .category {float:right;}

.post .description .category a { font-size:11px; list-style: none; text-align:right;  color:#000; text-decoration:none; text-transform:uppercase; border-top: 1px solid #000; border-bottom: 1px solid #000;  }
.post .description .category ul, .post .description .category ul li  { list-style: none; margin:0; padding:0; }


.post .meta {border-top:1px #ccc dashed;}
.post .meta .axes {float:left; width:500px;}
.post .suite {  text-align:right; margin-top:-25px;}

/*------------------------------------------------------------
					custom_fields
-------------------------------------------------------------- */

.post .custom_fields { font-style: italic; padding-left:20px; margin-bottom:10px; margin-top:10px;color:#000;}

.post .custom_fields-manifestation { font-size:11px; margin-bottom:10px; margin-top:0px; font-style: italic;  color:#555;}

#alphabet {margin-bottom:30px;}
.auteur-lettre {margin-bottom:25px;}
.auteur-nom {Font-Weight: Bold;}
.auteur-statut {color:#999; margin-bottom:7px; margin-top:-3px;}

/*------------------------------------------------------------
					epublication
-------------------------------------------------------------- */

.post .auteur-description { font-size:11px; border-left: 3px solid #003; padding-left:5px; margin-bottom:15px;}

.post .resume { font-size:11px; border-left: 3px solid #003; border-top: 1px solid #003; border-bottom: 1px solid #003; border-right: 1px solid #003;padding-left:5px; margin-bottom:15px;}

.post .citer-article { font-size:11px; border-left: 3px solid #003; padding-left:5px; margin-bottom:15px;}


.post .auteur { padding-top:-15px;}

.post #menu-epublication ul {
	
	list-style: none;
	margin: 0;
	padding:0;
	margin-bottom:10px;
	 border-bottom: 1px solid #003;
	}


.post #menu-epublication ul li {
	display : inline-table;
	margin:0;
	padding:0;
	}
	
.post #menu-epublication ul li a{
	
	color: #aaa;
	line-height: 38px;
	padding-right : 20px;
	padding-bottom:0px;
	text-decoration: none;
	}


.post #menu-epublication ul li a:active,
.post #menu-epublication ul li a:hover {
	color: #ff4b33;
}


.post .epubli-img {float:left; width:240px; }

.post .epubli-titre {float:left; width:400px; padding-top:30px; }
.post .epubli-titre .titre3 {font-size:32px; font-style: italic;
	line-height: 42px;
	font-weight: bold;
	
	 }
.post .epubli-titre .titre3:before {content : url(images/quote-start.png); padding-right:10px;}
.post .epubli-titre .titre3:after {content : url(images/quote-end.png);  padding-left:10px;}

.post .field-epubli { padding-bottom: 20px; margin-bottom:30px; border-bottom: 1px solid #ccc;}
.post #resume {color:ddd;}

#citer-article p {padding-bottom:0px; margin-bottom:0px;}

/*------------------------------------------------------------
					CONTENT
-------------------------------------------------------------- */

.navigation {margin-bottom:20px;}

.entry {padding-bottom:20px;}



#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 12px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}









#content .post {
 padding : 0px;
 margin-bottom:30px; 

}




#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}









/*------------------------------------------------------------
					IMAGES
-------------------------------------------------------------- */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}












/*------------------------------------------------------------
					NAVIGATION
-------------------------------------------------------------- */


.menu-menu-container {
			  padding: 0;
			  margin: 0;
			  border: 0;
			  line-height: 1;
			  border-top:2px solid #738e96; 
			  border-bottom:2px solid #738e96; 
			}

.menu-menu-container a {
			  color: #000;
			}

.menu-menu-container li {
			  border-bottom:1px solid #EEE;
			}

			.menu-menu-container ul,
			.menu-menu-container ul li,
			.menu-menu-container ul ul {
			  list-style: none;
			  margin: 0;
			  padding: 0;
			}

			.menu-menu-container ul {
			  position: relative;
			  z-index: 500;
			  float: left;
			}

			.menu-menu-container ul li {
			  float: left;
			  min-height: 0.05em;
			  line-height: 1em;
			  vertical-align: middle;
			  position: relative; 
			}

			.menu-menu-container ul li.hover,
			.menu-menu-container ul li:hover {
			  position: relative;
			  z-index: 510;
			  cursor: default;
			}

			.menu-menu-container ul ul {
			  visibility: hidden;
			  position: absolute;
			  top: 100%;
			  left: 0px;
			  z-index: 520;
			  width: 100%;
			background-color:#FFF;
			}

			.menu-menu-container ul ul li { float: none; }

			.menu-menu-container ul ul ul {
			  top: 0;
			  right: 0;
			}

			.menu-menu-container ul li:hover > ul { visibility: visible; }

			.menu-menu-container ul ul {
			  top: 0;
			  left: 100%;
			}

			.menu-menu-container ul li { float: none; }

			.menu-menu-container ul ul { margin-top: 0px; }

			.menu-menu-container {
			  /* width: 13em;
			  background: #333333;
			  font-family: 'roboto', Tahoma, Arial, sans-serif;
			  zoom: 1; */
			}

			.menu-menu-container:before {
			  content: '';
			  display: block;
			}

			.menu-menu-container:after {
			  content: '';
			  display: table;
			  clear: both;
			}

			.menu-menu-container a {
			  display: block;
			  padding: 8px 0px;
			  text-decoration: none;
			
			}

			.menu-menu-container > ul { width: 170px; }

			.menu-menu-container ul ul { width: 180px; box-shadow: 4px 4px 6px #aaa;}

			.menu-menu-container > ul > li > a {
			}

			.green > ul > li > a {
			    border-right: 0.3em solid #34A65F;
			}
			.blue > ul > li > a {
		        border-right: 0.3em solid #427fed;
			}

			.orenge > ul > li > a {
		        border-right: 0.3em solid #FF9800;
			}


			.menu-menu-container > ul > li > a:hover { color: #000; background: #EEE}


			.menu-menu-container li { position: relative; }

			.menu-menu-container ul li.menu-item-has-children > a:after {
			  content: '»';
			  position: absolute;
			  right: 5px; color:#CCC;
			}

			

			

			.menu-menu-container ul ul a { padding-left:5px; }

			.menu-menu-container ul ul a:hover { /* color: #ffffff; */ }

			.menu-menu-container ul ul li:hover > a {
			  background: #EEE;
			  color: #000;
			}

			.menu-menu-container.align-right > ul > li > a {
			  border-left: 0.3em solid #34A65F;
			  border-right: none;
			}

			.menu-menu-container.align-right { float: right; }

			.menu-menu-container.align-right li { text-align: right; }

			.menu-menu-container.align-right ul li.has-sub > a:before {
			  content: '+';
			  position: absolute;
			  top: 50%;
			  left: 15px;
			  margin-top: -6px;
			}

			.menu-menu-container.align-right ul li.has-sub > a:after { content: none; }

			.menu-menu-container.align-right ul ul {
			  visibility: hidden;
			  position: absolute;
			  top: 0;
			  left: -100%;
			  z-index: 598;
			  width: 100%;
			}

			.menu-menu-containeralign-right ul ul li.first {
			  -webkit-border-radius: 3px 0 0 0;
			  -moz-border-radius: 3px 0 0 0;
			  border-radius: 3px 0 0 0;
			}

			.menu-menu-container.align-right ul ul li.last {
			  -webkit-border-radius: 0 0 0 3px;
			  -moz-border-radius: 0 0 0 3px;
			  border-radius: 0 0 0 3px;
			}

			.menu-menu-container.align-right ul ul {
			  -webkit-border-radius: 3px 0 0 3px;
			  -moz-border-radius: 3px 0 0 3px;
			  border-radius: 3px 0 0 3px;
			}












/*------------------------------------------------------------
					SIDEBAR
-------------------------------------------------------------- */

#sidebar-droite li, #sidebar-gauche li {list-style: none;}
#sidebar-gauche { padding-right:30px;}
#sidebar-gauche li { }
#sidebar-gauche .widget {padding-top:0px; padding-bottom:0px; margin-bottom:55px;}

.widget {padding : 0px;}

.widget h2 {
	
font-family: Georgia;
color : #738e96;
margin-bottom:20px;
font-size:19px;
padding : 0px 0px 0px 0px;	

}

.widget h2 a {
	color: #2f1818;
	font-size:19px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
}

.widget h3{
	text-align: left;
	color: #2f1818;
	margin-left:20px;
	font-size:14px;
	margin-top:15px;
	padding-bottom:0px;
	margin-bottom:0px;
	}




#text-2 { margin-bottom:35px;}







/*------------------------------------------------------------
					FOOTER
-------------------------------------------------------------- */

#footer-gauche {float :left; width:230px; text-align:center;}

#footer-centre {float :left; width:450px; text-align:center;}

#footer-droit {float :right; width:230px; text-align:center;}











/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}














/*------------------------------------------------------------
					PRINT
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}

.post .entry #tern_members {display:none;}
}


/* Calendar Widget */
#wp-calendar {
	color: #555;
	width: 100%;
	text-align: center;
}

#wp-calendar #today {font-weight:bold; border:1px solid #ccc; background-color:#f4f4f4;}

#wp-calendar caption,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}
#wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
#wp-calendar th {
	/* background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; */
	font-weight: bold;
}
#wp-calendar tfoot td {
	/* background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/ 
}





.widget ul {margin:0 !important; }
.widget .SP-post a {text-decoration:none; font-weight:normal; }



#fiche .label {background-color:#CCC; font-weight: bold; margin: 20px 0px; 20px; 0px; color:#000; padding : 2px;}
#fiche .sous-label {font-weight: bold; margin: 20px 0px; 5px; 0px; margin-bottom:5px; }
#fiche .value { margin: 0px 0px; 0px; 0px;}

#annee-univ {margin-bottom:30px; padding-bottom:10px; }

#sidebar .widget-epubli h2 {margin-top : 0px;}
.widget-epubli h3 {font-size: 16px ; font-weight: 200; color : #738e96; margin-bottom:0px; margin-left:0px;}
.widget-epubli ul {margin:0px;}
.widget-epubli ul li {margin:0px; padding:8px 0px 8px 0px;}

.year-list a {font-size:16px;}

